home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / guis / gadutil / docs / autodocs / 45.gu_nodeup < prev    next >
Text File  |  1996-07-16  |  753b  |  30 lines

  1. gadutil.library/GU_NodeUp                           gadutil.library/GU_NodeUp
  2.  
  3.    NAME
  4.     GU_NodeUp -- Move a node one step towards the top of the list
  5.  
  6.    SYNOPSIS
  7.     success = GU_NodeUp(node, list)
  8.     D0,SR(Z)            A0    A1
  9.  
  10.     BOOL GU_NodeUp(struct Node *, struct List *);
  11.  
  12.    FUNCTION
  13.     Move a node one step up. You can also use the function GU_NodeDown()
  14.     for moving downwards.
  15.  
  16.    INPUTS
  17.     node - The node to move.
  18.     list - The list that the node is a part of.
  19.  
  20.    RESULT
  21.     success - TRUE if the node could be moved, else FALSE
  22.     SR(Z)   - 0 if the node could be moved, else 1.
  23.  
  24.    BUGS
  25.     none known
  26.  
  27.    SEE ALSO
  28.     GU_AddTail(), GU_ClearList(), GU_DetachList(), GU_AttachList(),
  29.     GU_FindNode(), GU_NodeDown(), GU_CountNodes(), GU_NewList(), GU_SortList()
  30.